projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59b77f
)
* macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
author
Steven Tamm
<steventamm@mac.com>
Thu, 2 Jan 2003 22:36:23 +0000
(22:36 +0000)
committer
Steven Tamm
<steventamm@mac.com>
Thu, 2 Jan 2003 22:36:23 +0000
(22:36 +0000)
distinguish Carbon GUI builds from X11 builds on darwin.
src/ChangeLog
patch
|
blob
|
history
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b9c6c7ed27ebfcc59e417c209626fb928bf57002..b4d5cb9397b7136b676e5d230ed1f7fe4241db61 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2003-01-02 Steven Tamm <steventamm@mac.com>
+
+ * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
+ distinguish Carbon GUI builds from X11 builds on darwin.
+
2002-12-30 Steven Tamm <steventamm@mac.com>
* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
diff --git
a/src/macterm.c
b/src/macterm.c
index 79cb7106821aed53065d04662e2a27c31e78c103..cae4172854e6a3c2683eb7e638a706b7fb890073 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-13693,6
+13693,8
@@
syms_of_macterm ()
x_error_message_string = Qnil;
#endif
+ Fprovide (intern ("mac-carbon"), Qnil);
+
staticpro (&x_display_name_list);
x_display_name_list = Qnil;